* rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Nov 2011 20:02:55 +0000 (21:02 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Nov 2011 20:02:55 +0000 (21:02 +0100)
`non-essential' to t, in order to avoid remote connections.

lisp/ChangeLog
lisp/rfn-eshadow.el

index 8053a948cb8e85cb823f47574e5882263772828b..a2c089422ebbfefcc7a2706e4004af8799650885 100644 (file)
 
 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
 
-       * net/tramp.el (tramp-handle-file-truename): Cache only the local
-       file name.
-
        * net/tramp-cache.el (tramp-flush-file-property): Flush also
        properties of linked files.  (Bug#9879)
 
+       * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
+       local file name.
+
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * menu-bar.el (menu-bar-file-menu):
index 2d8c6e0964d35aac0d2990fe00d7fcd498201f19..ded76f9fbcb211733f2b8e31d12c4262f02a96b2 100644 (file)
@@ -179,7 +179,8 @@ been set up by `rfn-eshadow-setup-minibuffer'."
       (let ((goal (substitute-in-file-name (minibuffer-contents)))
             (mid (overlay-end rfn-eshadow-overlay))
             (start (minibuffer-prompt-end))
-            (end (point-max)))
+            (end (point-max))
+           (non-essential t))
         (unless
             ;; Catch the common case where the shadow does not need to move.
             (and mid